home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 January / PSL Monthly Shareware CD-ROM (Public Software Library) (January 1994).iso / reviews / u1_11 < prev    next >
Text File  |  1993-11-10  |  29KB  |  748 lines

  1. U1-11:  File View, Compare, Other
  2.  
  3.  
  4. ------------------------
  5. 1550 File View Utilities          Small Programs Disk
  6. ------------------------
  7.  
  8. Head2
  9.    Della, Marcos R.
  10.    $0
  11. displays a specified number of lines from either the beginning or end of a file
  12. or alternatively, all but the specified number of lines from the beginning or
  13. end of a file.  If a file has a few lines of garbage at the beginning, you can
  14. redirect the output of HEAD to a new file while deleting those garbage lines.
  15. Pascal source code is included.
  16.  
  17. List 7.7
  18.    Buerg, Vernon D.
  19.    $20-$30
  20. is a must have utility. It lets you read files on-screen, using the cursor keys
  21. to move back and forth through the file. That one-line description is like
  22. saying "The space shuttle is an aircraft." This is a powerful, multi-featured
  23. program in a small package. The DOC file is over 100k, and it contains no fat.
  24. Rather than take up a lot of space trying to describe all the features, we will
  25. just say "GET IT!"
  26.  
  27. Look120
  28.    Doctor Debug
  29.    $0
  30. allows viewing files of up to 120 columns wide with a standard CGA or EGA.
  31. Naturally, the text will be less legible, but we found it readable.  Note that
  32. this does not leave your system in a 120-column mode, it only lets you read text
  33. files in that mode.
  34.  
  35. Man
  36.    Rick, David L.
  37.    $?
  38. is a utility for searching for and reading documentation files on a hard disk.
  39. You can optionally specify a subdirectory or search path in the DOS environment.
  40. Example:  You are running a little DOS utility program named XYZ and need to
  41. refer to the documentation, you just type MAN XYZ and MAN will search the hard
  42. disk for the file XYZ.DOC and when found, display it, optionally using Vernon
  43. Buerg's LIST program.
  44.  
  45. Mouse Lister 2.1 (MOUSLST)
  46.    Yoder, Y. G. ASP
  47.    $6
  48. is a simple text lister with mouse support.
  49.  
  50. Note 1.1
  51.    Kaye, Bob
  52.    $0
  53. is a pop-up program that lets you scroll through a text file without leaving the
  54. program you are in.  Because it uses video RAM, it will not work on monochrome
  55. systems or other systems that lack the extra video RAM, as do some Tandy
  56. computers.  It did work fine on a VGA system at the PsL.  (res:3k)
  57.  
  58. Readme
  59.    Albanowski, Kenneth
  60.    $0
  61. is a simple utility for viewing those README files that come with software. It
  62. will show you a scrollable list of any files whose names start with READ. When
  63. you pick one, it will invoke an external file viewer, such as Vernon Buerg's
  64. LIST, to display the file on screen.
  65.  
  66. Scan
  67.    displays only the portion of a disk file made up of printable
  68. (alphanumeric) characters. We have a similar utility named FILTER in the
  69. library, but the fact that SCAN ignores sequences of less than four printable
  70. characters means that a lot more garbage is screened out for you. The purpose
  71. of SCAN is to search through downloaded programs for embedded messages like
  72. "Copyright IBM. Violators will be squashed." or "Arf. Arf. Got you."
  73.  
  74. Strings
  75.    Sampson, Steve and Lyall, Peter W., Jr.
  76.    $0
  77. displays all strings in a file consisting of a user-specified number of
  78. consecutive printable characters. This could be useful in looking for
  79. copyrights, version numbers or other text in program files.
  80.  
  81. TwoFiles (TWOFILE)
  82.    Smith, David
  83.    $0
  84. allows you to view two files at the same time and scroll the files up and down
  85. independently.
  86.  
  87. --------------------------------
  88. END OF SMALL PROGRAMS DISK #1550
  89. --------------------------------
  90.  
  91.  
  92. ---------------------------
  93. 2246 File View Utilities #2          Small Programs Disk
  94. ---------------------------
  95.  
  96. DblListr 1.03 (DBLLIST)
  97.   Bates, Stephen S.
  98.   $15
  99. lets you scroll and page through two files simultaneously.  The files will be
  100. displayed initially in two horizontal windows, each taking half the screen.
  101. Pressing V changes the screen to two vertical windows.  The display can be
  102. toggled to let either of the two take up two-thirds of the screen in either
  103. the vertical or horizontal display.  Other features include a Hex display and
  104. a text search function.  Note that the amount of each file displayed is
  105. limited to available memory, so you may get an ``End of File'' message when
  106. you know you are not at the end of the file.
  107.  
  108. Head
  109.    Simonson, John
  110.    $?
  111. is a UNIX-like utility that will display the first 5 lines (by default) of
  112. specified text files.  There are several switches that allow you to control the
  113. output.
  114.  
  115. NG_Clone 1.1 (NG_CLON)
  116.    Pederson, J. P.
  117.    $0
  118. reads, decrypts and displays the contents of database files in Norton Guide
  119. format. It can be run as either a resident program or non-resident file viewer.
  120. Pascal source code is included.
  121.  
  122. Ralph the Reader 2.0 (RALPH)
  123.    Kansys, Inc.
  124.    $10
  125. is a text file lister. It is not about to dethrone Vern Buerg's LIST, but it
  126. does have two distinctions:  it will read WordPerfect and WordStar files without
  127. conversion and it is designed to work for the blind user using a speech
  128. synthesizer.
  129.  
  130. Ram-Man 2.5
  131.    Smetana, Rob W.
  132.    $20
  133. is a 31k pop-up file viewer. It will let you view any length text file while
  134. running other text-based programs. In addition to moving through a file with
  135. the cursor keys, it will search for text.
  136.  
  137. Show
  138.    is a bare-bones file viewer.  It has none of LIST's numerous features
  139. except the ability to page or scroll back and forth through text files. Show's
  140. advantages are that it only takes 2k of disk space, and it is public domain.
  141. Assembler source code is included.
  142.  
  143. Tail
  144.    prints the last 10 lines of a file, by default, or you can specify as a
  145. positive integer the number of lines, characters or "blocks" from the start of
  146. the file to begin printing, or as a negative integer, the distance from the
  147. end of a file to print. The documentation refers to a "-f" option for which we
  148. could not figure out a use, but which didn't work anyway.
  149.  
  150. View 2.1 08-93 CD
  151.    Dibble, David M.
  152.    $0
  153. is a very small (1k) file viewing utility, ideal for inclusion on
  154. distribution disks. In fact, we include View on most of our disks.
  155. Assembly source code is included.
  156.  
  157. --------------------------------
  158. END OF SMALL PROGRAMS DISK #2246
  159. --------------------------------
  160.  
  161.  
  162. --------------------------------
  163. 3410 Self-Displaying File Makers          Small Programs Disk
  164. --------------------------------
  165.  
  166. AutoCom
  167.    REXXCOM Systems
  168.    $14
  169. converts text into self-scrolling COM files complete with multi-colored,
  170. animated (ascii) graphics.
  171.  
  172. MakeScroll (MAKESCR)
  173.    Gans, Eric
  174.    $0
  175. is a very simple utility to convert text files into self-displaying files.
  176. Unlike TXT2COM and ASC2COM, it has no screen scrolling features other than
  177. displaying "[More]" when the screen fills with text, but on the plus side, it
  178. adds less than 150 bytes to the file and it is free.
  179.  
  180. TEXE 2.0
  181.    Panda Studio Inc.
  182.    $30-$52
  183. converts any text file into a self-scrolling EXE file. It can convert files up
  184. to 2000 pages long. It provides support for Windows and for a mouse. It adds 15k
  185. to the text size. Also included is TEXEPOP, a pop-up text file viewer.
  186.  
  187. Txt2Com
  188.    Graham, Keith P.
  189.    $5
  190. lets you create self-scrolling COM files out of text files. Features include
  191. printing the text, converting the COM file back to a text file and the ability
  192. to use colors and to display a title on each screen. Function keys can be used
  193. to branch to parts of the file from an opening menu screen. The ability to
  194. make the file stay resident and to be able to pop it up while in other
  195. programs make this an easy way to create your own help files. Txt2Com also
  196. lets you search the file for specific text.
  197.  
  198. TXTRun
  199.    Sawada, Dr. Masaaki
  200.    $10-$20
  201. turns text files into COM files with pop up pages, the ability to run programs
  202. with a keypress, and more. This is like a cross between hypertext and a DOS menu
  203. program. Viewing boxes can be smaller than full-screen and moved about the
  204. screen by the user. Many other features are included.
  205.  
  206. The WriteMe System (WRITEME)
  207.    Sitting Duck Software
  208.    $45
  209. lets you create self-scrolling documents. Features include smooth scrolling, up
  210. to 250 colors, easy box drawing, up to 500 lines of text, and a "what you see is
  211. what you get" approach.
  212.  
  213. --------------------------------
  214. END OF SMALL PROGRAMS DISK #3410
  215. --------------------------------
  216.  
  217.  
  218. -----------------------------
  219. 0274 File Utilities, Other #1          Small Programs Disk
  220. -----------------------------
  221. 0274 Change Attributes
  222. ----------------------
  223. Alter 2.55a
  224.    Gavin, Bruce
  225.    $10
  226. allows you change change the attributes of files (hidden, read-only, read-write,
  227. system, etc.), as well as the system time and date stamps for files. We have
  228. seen many file attribute utilities over the years, but this is the best.
  229.  
  230. FDate 1.2b
  231.    Wollman, Garrett A.
  232.    $10
  233. resets files to a given date.  This utility has a multitude of options for
  234. choosing the date to set, such as in Hex, the Julian date, the current date
  235. minus N days, a specific day of the week's date, and more.
  236.  
  237. Touch
  238.    lets you change a file's time and date stamp to specified values. Alter
  239. will do the same, among other things, but Touch is free and Alter is
  240. shareware.
  241.  
  242. 0274 File Statistics
  243. --------------------
  244. Effic
  245.    measures the storage efficiency of any group of files on any floppy or hard
  246. disk supported by MSDOS. It returns a list of files with the number of
  247. clusters used, the number of non-contiguous clusters and a measure of the
  248. efficiency of storage as it will afect read/write performance. If all
  249. clusters are contiguous, the efficiency is rated as 100%. Otherwise, the
  250. efficiency is downgraded by the percentage of clusters that are
  251. non-contiguous.
  252.  
  253. Disktype
  254.    tells you how the specified disk is formatted (eg:  double-sided, 9
  255. sector). Faster than using CHKDSK.
  256.  
  257. Disk Space Usage 1.2 (DSU)
  258.    OED
  259.    $0-$5
  260. displays the amount of space required by a specified group of files on a hard
  261. disk (under DOS 2 or 3) or on a floppy and the number of 360k, 720k, or 1.44meg
  262. floppies it would take to hold the files.
  263.  
  264. 0274 Miscellaneous
  265. ------------------
  266. Bchange 1.1
  267.    DMA
  268.    $15
  269. is designed to change a string of bytes in either a text or a binary file.  The
  270. data to be changed can be specified in either string or hexadecimal form.
  271.  
  272. EPW 1.3
  273.    Farpoint Software
  274.    $20
  275. modifies an EXE or COM file so that it requires a password to execute. The
  276. program is extremely simple to use and is very effective.
  277.  
  278. ForAge 1.0A
  279.    Pinnacle Software
  280.    $0
  281. feeds the oldest or newest file from a group of files to a DOS command.
  282. It can be used for automatic backups or anywhere you want a program to
  283. process files in time and date order.
  284.  
  285. Generations 1.0 (GENERAT)
  286.    Competitive Edge Software
  287.    $10-$20
  288. makes it easy to keep track of and manage old versions (past "generations") of
  289. specified files. It copies the file to an aliased file name. At any time, you
  290. can quickly call up a listing of all the old versions on hand for any file,
  291. including file date, time, size, and your comments. Old versions are
  292. automatically deleted based on a specified number of backups desired, or you can
  293. manually delete specific backup versions.
  294.  
  295. JS-Not 1.0 (JS_NOT) (11-93 CD)
  296.    Smith, Jonathan Mark
  297.    $8
  298. lets you specify files on which action should NOT be taken. For example,
  299. you can delete or copy all files but those specified.
  300.  
  301. RFile 1.13
  302.    McCormick, R.P. ASP
  303.    $7
  304. displays relative file size in a pie chart of all files from a selected
  305. directory. You can enter a directory name or extension such as *.TXT on
  306. the command line, or edit the directory name as displayed on the
  307. graphics screen.
  308.  
  309. Update 1.1 09-93 CD
  310.    Lindinger, John
  311.    $0
  312. makes it easy to update files on a hard disk. Update searches a
  313. specified path for a file matching the filespec. It compares its file
  314. date to the new one to see if the one that was found needs to be
  315. updated.
  316.  
  317. --------------------------------
  318. END OF SMALL PROGRAMS DISK #0274          [10]
  319. --------------------------------
  320.  
  321.  
  322. -----------------------------
  323. 2163 File Utilities, Other #2          Small Programs Disk
  324. -----------------------------
  325.  
  326. 2163 File Recovery
  327. ------------------
  328. Data Recovery Software 1.12SF (DRS)
  329.    Data Research Software
  330.    $20
  331. assists in the recovery of data from floppy disks that give you the "GENERAL
  332. FAILURE READING DRIVE A" message. It is designed to bypass DOS and move your
  333. drive head to each logical sector of the disk. It then converts the raw data
  334. found there to a form you can read. If information is on a disk and the disk
  335. will spin in your drive, this may help you get at it.
  336.  
  337. Diskette File Recover 1.01 (DFR)
  338.    Vitt, Mark
  339.    $0
  340. recovers files from a damaged disk.
  341.  
  342. UndelShell 1.10 (UNDLSHL)
  343.    Price, James H.
  344.    $20
  345. provides a user-friendly shell for the DOS 5 UNDELETE command. It displays a
  346. complete list of the recoverable files in a selected directory. You can scroll
  347. through the list, sort the list in various ways, and tag the file(s) to be
  348. recovered. (Not on this disk. Ask for disk #8735.)
  349.  
  350. Unerase
  351.    Gans, Eric
  352.    $?
  353. will un-delete files.  UNERASE should work on any disk up to 20 megs, or 30 if
  354. it has fewer than 12,800 blocks, which would be the case with a 4K block size.
  355. In case your deleted file is a text file, you have the option of viewing the
  356. doubtful blocks (those after the first) before accepting them back in the file.
  357.  
  358. 2163 Miscellaneous
  359. ------------------
  360. Clearfil 1.0
  361.    Sawada, Dr. Masaaki
  362.    $10-$20
  363. is a utility to completely clear files by first writing all 1's into the files
  364. followed by all 0's prior to deleting them so that no snooper utility can ever
  365. recover sensitive files. It will display and delete any read-only, hidden or
  366. system files. (Normally, deleting a file only changes the directory entry and
  367. the contents of the file are still on the disk until overwritten by an active
  368. file.)
  369.  
  370. Colorado Utilities Volume Labeler 1.0 (CUVL)
  371.    Micro System Solutions
  372.    $0
  373. automates diskette volume labeling.  (The "volume label" is the name you put
  374. on the disk when formatting it or when using DOS's LABEL command.)  With CUDL,
  375. you give a starting number and feed in disks.  The program will increment the
  376. number and record it on the next disk as the volume label.  Pascal source is
  377. included.
  378.  
  379. COM File Library and Command Executor 1.5 (XEQ)
  380.    Stearman, Colin J.
  381.    $0
  382. lets you combine several of those small, useful, but disk-space-eating COM
  383. programs into one XEQ file from which you can run the programs. Keep in mind
  384. that this only works with programs with COM extensions, not EXE, and is of
  385. limited or no value with large programs. The point of XEQ is that a 200 byte COM
  386. file actually takes up disk space in the amount of whatever your drive's minimum
  387. allocation unit of disk space is, which could be as much as 8,000 bytes. By
  388. combining, even with 2k clusters, you could cram 10 of the 200-byte COM files
  389. into the space usually used by one.
  390.  
  391. CV
  392.    lets you change volume labels.  Current versions of DOS let you do this
  393. now, but earlier versions did not.
  394.  
  395. Debug2
  396.    is a text file that tells you how to use DEBUG to find your way around a
  397. diskette or hard disk.  Its main purpose is to guide you in the event you need
  398. to unerase a file.
  399.  
  400. Diskpie 1.1
  401.    Kigar, Charles
  402.    $5
  403. displays a piechart of file space consumption by space, before or after a
  404. specified date, by directory or by whether a file is backed-up or not. It is
  405. Novell compatible.
  406.  
  407. Except
  408.    Cox, Doug
  409.    $0
  410. allows you to do a DOS function such as DIR, COPY, REN or DEL to all the files
  411. in the directory except a named file. Wildcards are supported.
  412.  
  413. FileType 1.5 (FILETYP)
  414.    Peterson, Cliff
  415.    $0
  416. attempts to tell you what kind of file a specified file is. It may seem a
  417. little silly when it tells you that it thinks that XYZ.EXE is an EXE file, but
  418. if you have files that have been renamed (possibly by downloading) or if you
  419. have a data file of uncertain origins, FileType can be most helpful. Other
  420. features include directory recognition and a large list of program
  421. identification types.
  422.  
  423. Ref Cards (REFCARDS)
  424.    $0
  425. is a pair of program reference cards, for List and for ArcMaster, created with
  426. Publish It!.
  427.  
  428. RNF 2.1
  429.    Eyer, Bob
  430.    $0
  431. adds designated characters to the end of all filename prefixes matching
  432. a specified filespec. You can automatically add a four-character date or
  433. time stamp, or a letter code of your choosing.
  434.  
  435. Shrink 1.0
  436.    Hanlin, Thomas G. III
  437.    $0
  438. compresses .COM files of up to 30k without afecting the way you run them. It
  439. does not work on all files and the amount of space saved will vary from 7% to
  440. 46%, depending on the program. It should not be used on any program that
  441. writes back to itself, such as LIST. Be sure to have a BACKUP of your file
  442. BEFORE USING SHRINK because if it does not run after Shrinking it, you cannot
  443. un-Shrink it.
  444.  
  445. ShutDown (SHUTDWN)
  446.    Smith, Dave
  447.    $0
  448. searches all drives for files opened today and copies them to a specified drive
  449. and directory.
  450.  
  451. StoreIt 0.02
  452.    Nordevald Software
  453.    $5
  454. is a version-tracking backup utility. When a file is copied to a backup, the
  455. name is changed to include either a sequence number or the current date.
  456. Optionally, the original file can be deleted. The backup file can be placed in
  457. the original directory or any other specified directory.
  458.  
  459. Swapname
  460.    lets you swap the names of two files, such as SWAPNAME TEST.OLD TEST.NEW.
  461.  
  462. UniqName
  463.    Halderman, Ty
  464.    $0
  465. lets you rename a one or a set of files to a unique name.  You can use wildcards
  466. aad list up to ten filespecs on the command line.  You can choose to change the
  467. file extensions to numbers starting with 000 or you you can have it change the
  468. names to the current date (eg: 890531) plus a unique letter.
  469.  
  470. WhatIs 1.2
  471.    Smith, J.E.
  472.    $5
  473. tells you if a file is an executable or not, which is useful if you have
  474. downloaded a file and didn't put an extension on it. It can also tell what
  475. compiler was used to create it, though we are not sure what you can do with that
  476. information. It will detect LZEXE-compressed files, as well.
  477.  
  478. WinSet 1.0
  479.    Sawada, Dr. M. & Associates
  480.    $10-$20
  481. keeps track of files that Setup programs copy to your hard disk. This comes in
  482. handy if you need to delete those files, which may be spread around anywhere. It
  483. works with both Windows and DOS Setup programs. It will also make a list of
  484. files opened or created and other changes to subdirectories by any software.
  485.  
  486. --------------------------------
  487. END OF SMALL PROGRAMS DISK #2163     [0]
  488. --------------------------------
  489.  
  490.  
  491. -----------------------------
  492. 4131 Text File Search/Replace          Small Programs Disk
  493. -----------------------------
  494.  
  495. Findx
  496.    Castelli, Fulvio
  497.    $?
  498. gets around FIND's limitations by allowing you to search multiple files for
  499. matching text.  FINDX has lots of extra options, as well. (Not on this disk.
  500. Ask for disk #904).
  501.  
  502. Fgrep 1.71
  503.    Dunford, Christopher J.
  504.    $0
  505. is a VERY fast text search utility.  For example, another Search program in the
  506. library took over 15 seconds to locate specified text that took Fgrep less than
  507. 1 second.  (We have the other program available because it will also optionally
  508. Replace text.) This program also allows binary and binary-plus-text searches and
  509. lets you specify a file which contains a list of file names to be searched. File
  510. sharing support is also included.
  511.  
  512. Lookfor 3.2
  513.    Trafton, David L.
  514.    $15
  515. will search text files for words and phrases. We've rejected many pretenders
  516. to the FGREP throne, but if this one does not dethrone Chris Dunford's Fgrep,
  517. it at least gets an adjoining seat in our UTIL subdirectories at the PsL. It
  518. is not as fast as FGREP, taking 35 seconds to search 2.5 meg of text files for
  519. non-existing text compared to FGREP's 22 seconds, but it has two major
  520. advantages. The first is that AND and OR can be used to search for more than
  521. one word or phrase. The second is that when a match is found, you are shown
  522. the match with surrounding text in what turns out to be a file listing utility
  523. with which you can view the entire file. Fgrep still has a large number of
  524. options that LOOKFOR does not have, such as case-sensitive searches, but
  525. LOOKFOR's options make it very valuable to have around too.
  526.  
  527. MaxFind 2.3
  528.    Peters, Stanley C.
  529.    $15
  530. is another challenger to the FGREP "text search utility" throne. It comes up
  531. short on speed. A search that took Fgrep 24.6 seconds to complete took MaxFind
  532. 41.5 seconds. However, MaxFind has some nice features that Fgrep does not
  533. have: it will search for up to 15 strings on one pass; it will perform and/or
  534. searches; it will search an entire hard disk; and like Fgrep, it allows for
  535. inexact spelling and wild cards in the search string.
  536.  
  537. Query Text (QTEXT)
  538.    Myslinski, Steve
  539.    $0
  540. lets you ask questions about information in a text file and displays relevant
  541. parts of the file. For example, using the file U1-09 from PsL's Reviews Disks,
  542. we asked: "What will park the heads on my hard disk?" and it displayed the
  543. line that says Njpark "quickly PARKS the read-write HEADS of all HARD disk
  544. drives attached to the system." (Emphasis added by Qtext.)
  545.  
  546. Once a passage is located, you can scroll the file at that point to read more or
  547. continue the search or quit. The program is fast, well-designed, and makes good
  548. use of screen colors.
  549.  
  550. Search (SRCH-AH)
  551.    Hill, Art
  552.    $?
  553. will search files for up to five strings of text and optionally replace them
  554. with other specified text.  A new feature allows a list of files to be searched
  555. to be specified by the user.
  556.  
  557. SeekEasy 7.07 (SEEKEZ)
  558.    Correlation Systems
  559.    $40
  560. is a fuzzy-logic text finding program. It searches a file, directory, hard disk,
  561. or CD-ROM for a close match of requested text. Exact wording or spelling of the
  562. text is not required for finding information. After the items are found, you can
  563. scroll through and view the file and mark text to be printed or saved to disk.
  564.  
  565. Seeker 3.0
  566.    Pliable Products
  567.    $18
  568. finds text in a file, directory tree, or fixed disk fast. When text is found,
  569. you can optionally bring up the document in your editor.
  570.  
  571. SNR 5.31b 08-93 CD
  572.    Lundin, Thomas A.
  573.    $50
  574. is a multistring text search and replace filter. Non-text files can also be
  575. processed, since the program allows the definition of hex values in a search
  576. and replace equation. Up to 50 equations can be entered into an SNR table,
  577. each of which can be 140 characters in length (70 on the search side, and 70
  578. on the replacement side).
  579.  
  580. --------------------------------
  581. END OF SMALL PROGRAMS DISK #4131
  582. --------------------------------
  583.  
  584.  
  585. ---------------------------
  586. 4768 Text Search/Replace #2          Small Programs Disk
  587. ---------------------------
  588.  
  589. Context 1.0
  590.    Avni, Haim
  591.    $30
  592. provides a fast search across files, directories and drives for words, patterns,
  593. file-name patterns in any logical combination. Matching files may be browsed,
  594. edited or processed by the appropriate application. It has fast incremental
  595. index updating and hypertext context-sensitive help.
  596.  
  597. Convert-All 2.08s (CNVTALL)
  598.    Arrow Connection
  599.    $20
  600. can find and replace in a file up to 100 items at once. It also performs
  601. conditional replacements, alternating replacements, upper and lower-case
  602. conversions, and several types of deletions. Wildcards are supported.
  603.  
  604. Srch 1.06
  605.    Pawski, Miles
  606.    $10
  607. searches for text/character strings in any type of file and shows matches in
  608. 70 character line fragments with highlighted matches. It searches any file
  609. including binary and ASCII files, whole directories, or a whole disk. You can
  610. use it in batch files and output results to files.
  611.  
  612. TSR 2.0 (TSR-MV)
  613.    Vitt, Mark
  614.    $10
  615. is a text search and replace utility for any size or type of file. It will even
  616. search and replace inside ZIP-ed files (PKZIP required).
  617.  
  618. Universal Find & Replace Utility 1.0 (FR) (11-93 CD)
  619.    Softechnics
  620.    $14
  621. can do search and replace and make other changes to files. It works with
  622. any format and size of file.
  623.  
  624. --------------------------------
  625. END OF SMALL PROGRAMS DISK #4768
  626. --------------------------------
  627.  
  628.  
  629. AutoRead 2.0 [AUTOREAD] 09-93 CD
  630.    Grigg, David R.
  631.    $30
  632.    #12469
  633. is a file viewing utility for large files. In addition to letting you move
  634. around the file with the cursor keys, it will automatically index the files,
  635. search for keywords, find text option, remove duplicates and automatically set
  636. up chapter markers based on your specification of repeating text (eg: if every
  637. chapter heading is underlined with a string of "=" marks). A pull-down menu
  638. guides you through the program options. Unlike other text file indexing/viewing
  639. programs, you do not have to modify the files before using the program on them.
  640.  
  641.  
  642. Compare!
  643.    Mosher, Kim
  644.    $25
  645.    #4349
  646. is a file comparison utility. It filters whitespaces such as tabs and line
  647. feeds, case, and user defined text and groups of text. You can strip the high
  648. bits from WordStar type files.
  649.  
  650. You can also save and restore the current status of your comparison; copy, print
  651. and append files or marked blocks from a file; edit and delete files; shell to
  652. DOS; find specific text in either or both files; find the last difference or
  653. scroll back through the last 50 differences; go to a specific byte location and
  654. return DOS error code.
  655.  
  656.  
  657. FileBuddy 3.03
  658.    Dean, Lenard  ASP
  659.    $20
  660.    #4944
  661. is a combination text, archive, and image file viewer. A file and
  662. directory window lets you easily select files and change directories
  663. with a keypress or mouse click. Archives are viewed by linking to the
  664. popular archive utilities such as PKZip press of a key. BIF, GIF, PCX,
  665. and TIF image files can be viewed and between formats. Images can be
  666. printed on an HP LaserJet or compatible printer.
  667.  
  668. Other features include support for LHA, PAK, ZIP, dBASE, GIF89a, 24-bit
  669. TIF, and TARGA files; DOS and archived file deletion; support for ATI's
  670. Wonder XL and TSENG/Sierra HiColor 32,768 color video adapters for
  671. 24-bit images; word-wrapping; the ability to view embedded archive files
  672. up to 5 levels deep; multiple archived file tagging for extraction;
  673. multiple key searches; image processing, cropping, and zooming; the
  674. ability to view images in slide-show format; and much more.
  675.  
  676.  
  677. FileStat 1.04
  678.    Solid Oak Software
  679.    $43
  680.    #4793
  681. monitors file activity on your hard disk. It records files used, number
  682. of accesses and last access date. It also generates a list of unused
  683. files. FileStat can be of great assistance in identifying unused files
  684. to clear off your hard disk, files that need backing up, and files added
  685. by programs that you want to delete.
  686.  
  687.  
  688. GoodLook
  689.    Dove, John L. III
  690.    $15
  691.    #7061/0894
  692. lets you compare two files a line at a time.  One file scrolls up the screen
  693. from the middle and the other scrolls down the screen from middle, so the
  694. lines you are comparing from each file appear one above the other for easy
  695. comparison.  Goodlook has lots of features to make the comparison even easier.
  696.  
  697.  
  698. Sherlock 2.7 [SRLK27]
  699.    Bauernschub, John P. Jr. ASP
  700.    $25 each
  701.    #7061/2897 (12-93 CD)
  702. compares two ASCII (text) files line by line. Also included is Disklist, which
  703. prints disk sleeve inserts showing directory contents.
  704.  
  705.  
  706. Asc2Com 2.05
  707.    MorganSoft ASP
  708.    $25
  709.    #7477/1928
  710. will convert a plain text file to a self-scrolling COM file, just like the
  711. -DIRLIST.COM file on our Monthly Additions Disks. TXT2COM is a similar program
  712. that has a few more features, but ASC2COM-created files take less disk space.
  713. Features include mouse support, colors, the ability to mark individual text
  714. lines with color, and replace characters for the Taglnes. The program has a pull
  715. down menu approach.
  716.  
  717.  
  718. Peruse
  719.    Falk Data Systems ASP
  720.    $0
  721.    #7477/2832
  722. is a file reader that allows you to view multiple files of any size in ASCII
  723. text or hex formats. Peruse features text search, block and printing
  724. capabilities, mouse support, and a pop-up DOS shell. It is DESQview aware. You
  725. can also load it as pop-up that uses as little as 7k of DOS RAM by swapping to
  726. EMS or a hard disk, which is ideal for keeping the documentation file for a
  727. program handy while you run the program.
  728.  
  729.  
  730. Quick Help & Quick Text
  731.    Olsen, J. W.
  732.    $10
  733.    #7477/2447
  734. is for preparing help screens or manuals for users. QHELP automatically formats
  735. screen or printer output from a menu-driven environment. QTEXT is for simpler
  736. applications and converts text files to self-scrolling files.
  737.  
  738.  
  739. Visage Lite
  740.    Document Image Development Corp.
  741.    $99
  742.    #4352
  743. scans, stores, keeps track of, displays, and prints document images, using an HP
  744. ScanJet for scanning. As a ScanJet driver, it takes as little as 9k.
  745.  
  746. ]]]]]
  747.  
  748.